Use xenctrl.h, not xc_private.h.
authoremellor@leeni.uk.xensource.com <emellor@leeni.uk.xensource.com>
Tue, 3 Jan 2006 16:26:24 +0000 (16:26 +0000)
committeremellor@leeni.uk.xensource.com <emellor@leeni.uk.xensource.com>
Tue, 3 Jan 2006 16:26:24 +0000 (16:26 +0000)
Signed-off-by: Ewan Mellor <ewan@xensource.com>
tools/python/xen/lowlevel/xc/xc.c

index 95b0a9f101428ca72dd02a8c1566560fb129e247..c4bc94111e55b936b57dcd6c62c6c6d0833f950e 100644 (file)
@@ -16,7 +16,7 @@
 #include <netdb.h>
 #include <arpa/inet.h>
 
-#include "xc_private.h"
+#include "xenctrl.h"
 
 /* Needed for Python versions earlier than 2.3. */
 #ifndef PyMODINIT_FUNC